Minor documentation formatting fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 19:26:59 +0000 (15:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 19:26:59 +0000 (15:26 -0400)
gdk/gdkdisplaymanager.c
gdk/gdkwindow.c

index 4dfaeb147f5d4ea620508de34723682c201ec901..94f857eb52f255e866c7b6246ceba0a28e2640ee 100644 (file)
@@ -232,7 +232,7 @@ static const gchar *allowed_backends;
  * followed by the Quartz backend, and then all
  * others.
  *
- * If the <envvar>GDK_BACKEND</envvar> environment variable
+ * If the <envar>GDK_BACKEND</envar> environment variable
  * is set, it determines what backends are tried in what
  * order, while still respecting the set of allowed backends
  * that are specified by this function.
index c8387901c1a0b242ed8edd36cc899e6b0dfba601..d874ff5f8412108c3b573e48cdb7d8b4949c4904 100644 (file)
@@ -2424,7 +2424,7 @@ gdk_window_peek_children (GdkWindow *window)
  * @user_data: 
  *
  * Gets the list of children of @window known to GDK with a particular
- * user_data set on it.
+ * @user_data set on it.
  *
  * The returned list must be freed, but the elements in the
  * list need not be.